home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Compilers⁄Interps
/
kevoSource
/
debug.h
< prev
next >
Wrap
Text File
|
1993-03-13
|
436b
|
23 lines
/* Kevo -- a prototype-based object-oriented language */
/* (c) Antero Taivalsaari 1991-1993 */
/* Some parts (c) Antero Taivalsaari 1986-1988 */
/* debug.h: debugging internals */
/* Debugger internals */
void showRSBar();
void showStacks();
void showTaskID();
/* Debugger primitives */
void debugExit();
void resume();
/* Execution tracing primitives */
void traceInterpreter();
void fullTraceInterpreter();